Crate oxygengine_user_interface[][src]

Modules

component
prelude
raui
resource
system
widget

Widget types and the core component collection

Macros

unpack_named_slots

A helper for getting the named children out of a widget context

widget

Create a WidgetNode struct from a custom widget tree DSL

Traits

MessageData
Prefab

The Prefab trait is implemented for types that are able to translate to and from PrefabValue’s

PropsData

Functions

bundle_installer
prefabs_installer

Attribute Macros

post_hooks

Allows you to execute re-usable logic after your component body

pre_hooks

An attribute macro that allows you to add hooks that will execute before your component body

Derive Macros

MessageData

Derive macro for the MessageData trait

PropsData

Derive macro for the PropsData trait